• frmAttendanceRecord.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmAttendanceEntryRecord
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAttendanceEntryRecord))
30         Me.Panel1 = New System.Windows.Forms.Panel()
31         Me.groupBox3 = New System.Windows.Forms.GroupBox()
32         Me.Button1 = New System.Windows.Forms.Button()
33         Me.DateTo = New System.Windows.Forms.DateTimePicker()
34         Me.DateFrom = New System.Windows.Forms.DateTimePicker()
35         Me.label7 = New System.Windows.Forms.Label()
36         Me.label9 = New System.Windows.Forms.Label()
37         Me.groupBox5 = New System.Windows.Forms.GroupBox()
38         Me.txtStaffName = New System.Windows.Forms.TextBox()
39         Me.Panel5 = New System.Windows.Forms.Panel()
40         Me.btnExportExcel = New System.Windows.Forms.Button()
41         Me.btnClose = New System.Windows.Forms.Button()
42         Me.btnReset = New System.Windows.Forms.Button()
43         Me.dgw = New System.Windows.Forms.DataGridView()
44         Me.Panel2 = New System.Windows.Forms.Panel()
45         Me.Label1 = New System.Windows.Forms.Label()
46         Me.lblSet = New System.Windows.Forms.Label()
47         Me.Panel1.SuspendLayout()
48         Me.groupBox3.SuspendLayout()
49         Me.groupBox5.SuspendLayout()
50         Me.Panel5.SuspendLayout()
51         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
52         Me.Panel2.SuspendLayout()
53         Me.SuspendLayout()
54         
'
55         
'Panel1
56         
'
57         Me.Panel1.BackColor = System.Drawing.Color.White
58         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
59         Me.Panel1.Controls.Add(Me.groupBox3)
60         Me.Panel1.Controls.Add(Me.groupBox5)
61         Me.Panel1.Controls.Add(Me.Panel5)
62         Me.Panel1.Controls.Add(Me.dgw)
63         Me.Panel1.Controls.Add(Me.Panel2)
64         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
65         Me.Panel1.Name =
"Panel1"
66         Me.Panel1.Size = New System.Drawing.Size(
922, 614)
67         Me.Panel1.TabIndex =
2
68         
'
69         
'groupBox3
70         
'
71         Me.groupBox3.Controls.Add(Me.Button1)
72         Me.groupBox3.Controls.Add(Me.DateTo)
73         Me.groupBox3.Controls.Add(Me.DateFrom)
74         Me.groupBox3.Controls.Add(Me.label7)
75         Me.groupBox3.Controls.Add(Me.label9)
76         Me.groupBox3.Location = New System.Drawing.Point(
235, 75)
77         Me.groupBox3.Name =
"groupBox3"
78         Me.groupBox3.Size = New System.Drawing.Size(
383, 77)
79         Me.groupBox3.TabIndex =
44
80         Me.groupBox3.TabStop = False
81         Me.groupBox3.Text =
"Entry Date"
82         
'
83         
'Button1
84         
'
85         Me.Button1.Cursor = System.Windows.Forms.Cursors.Hand
86         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
87         Me.Button1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
88         Me.Button1.Location = New System.Drawing.Point(
289, 42)
89         Me.Button1.Name =
"Button1"
90         Me.Button1.Size = New System.Drawing.Size(
82, 20)
91         Me.Button1.TabIndex =
46
92         Me.Button1.Text =
"Search"
93         Me.Button1.UseVisualStyleBackColor = True
94         
'
95         
'DateTo
96         
'
97         Me.DateTo.CalendarFont = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
98         Me.DateTo.CustomFormat =
"dd/MMM/yyyy"
99         Me.DateTo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
100         Me.DateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom
101         Me.DateTo.Location = New System.Drawing.Point(
166, 42)
102         Me.DateTo.Name =
"DateTo"
103         Me.DateTo.Size = New System.Drawing.Size(
117, 20)
104         Me.DateTo.TabIndex =
12
105         
'
106         
'DateFrom
107         
'
108         Me.DateFrom.CalendarFont = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
109         Me.DateFrom.CustomFormat =
"dd/MMM/yyyy"
110         Me.DateFrom.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
111         Me.DateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom
112         Me.DateFrom.Location = New System.Drawing.Point(
30, 42)
113         Me.DateFrom.Name =
"DateFrom"
114         Me.DateFrom.Size = New System.Drawing.Size(
124, 20)
115         Me.DateFrom.TabIndex =
11
116         
'
117         
'label7
118         
'
119         Me.label7.AutoSize = True
120         Me.label7.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
121         Me.label7.Location = New System.Drawing.Point(
27, 21)
122         Me.label7.Name =
"label7"
123         Me.label7.Size = New System.Drawing.Size(
30, 13)
124         Me.label7.TabIndex =
9
125         Me.label7.Text =
"From"
126         
'
127         
'label9
128         
'
129         Me.label9.AutoSize = True
130         Me.label9.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
131         Me.label9.Location = New System.Drawing.Point(
163, 21)
132         Me.label9.Name =
"label9"
133         Me.label9.Size = New System.Drawing.Size(
20, 13)
134         Me.label9.TabIndex =
10
135         Me.label9.Text =
"To"
136         
'
137         
'groupBox5
138         
'
139         Me.groupBox5.Controls.Add(Me.txtStaffName)
140         Me.groupBox5.Location = New System.Drawing.Point(
9, 75)
141         Me.groupBox5.Name =
"groupBox5"
142         Me.groupBox5.Size = New System.Drawing.Size(
218, 77)
143         Me.groupBox5.TabIndex =
43
144         Me.groupBox5.TabStop = False
145         Me.groupBox5.Text =
"Staff Name"
146         
'
147         
'txtStaffName
148         
'
149         Me.txtStaffName.Location = New System.Drawing.Point(
17, 31)
150         Me.txtStaffName.Name =
"txtStaffName"
151         Me.txtStaffName.Size = New System.Drawing.Size(
184, 20)
152         Me.txtStaffName.TabIndex =
0
153         
'
154         
'Panel5
155         
'
156         Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
157         Me.Panel5.Controls.Add(Me.btnExportExcel)
158         Me.Panel5.Controls.Add(Me.btnClose)
159         Me.Panel5.Controls.Add(Me.btnReset)
160         Me.Panel5.Location = New System.Drawing.Point(
625, 81)
161         Me.Panel5.Name =
"Panel5"
162         Me.Panel5.Size = New System.Drawing.Size(
285, 70)
163         Me.Panel5.TabIndex =
42
164         
'
165         
'btnExportExcel
166         
'
167         Me.btnExportExcel.Cursor = System.Windows.Forms.Cursors.Hand
168         Me.btnExportExcel.FlatStyle = System.Windows.Forms.FlatStyle.Popup
169         Me.btnExportExcel.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
170         Me.btnExportExcel.Location = New System.Drawing.Point(
189, 23)
171         Me.btnExportExcel.Name =
"btnExportExcel"
172         Me.btnExportExcel.Size = New System.Drawing.Size(
82, 28)
173         Me.btnExportExcel.TabIndex =
5
174         Me.btnExportExcel.Text =
"Export Excel"
175         Me.btnExportExcel.UseVisualStyleBackColor = True
176         
'
177         
'btnClose
178         
'
179         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
180         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
181         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
182         Me.btnClose.Location = New System.Drawing.Point(
101, 23)
183         Me.btnClose.Name =
"btnClose"
184         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
185         Me.btnClose.TabIndex =
4
186         Me.btnClose.Text =
"Close"
187         Me.btnClose.UseVisualStyleBackColor = True
188         
'
189         
'btnReset
190         
'
191         Me.btnReset.Cursor = System.Windows.Forms.Cursors.Hand
192         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
193         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
194         Me.btnReset.Location = New System.Drawing.Point(
13, 23)
195         Me.btnReset.Name =
"btnReset"
196         Me.btnReset.Size = New System.Drawing.Size(
82, 28)
197         Me.btnReset.TabIndex =
0
198         Me.btnReset.Text =
"Reset"
199         Me.btnReset.UseVisualStyleBackColor = True
200         
'
201         
'dgw
202         
'
203         Me.dgw.AllowUserToAddRows = False
204         Me.dgw.AllowUserToDeleteRows = False
205         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
206         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
207         Me.dgw.BackgroundColor = System.Drawing.Color.White
208         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
209         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
210         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
211         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
212         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
213         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
214         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
215         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
216         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
217         Me.dgw.ColumnHeadersHeight =
30
218         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
219         Me.dgw.EnableHeadersVisualStyles = False
220         Me.dgw.GridColor = System.Drawing.Color.White
221         Me.dgw.Location = New System.Drawing.Point(
9, 158)
222         Me.dgw.MultiSelect = False
223         Me.dgw.Name =
"dgw"
224         Me.dgw.ReadOnly = True
225         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
226         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
227         DataGridViewCellStyle3.BackColor = System.Drawing.Color.CadetBlue
228         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
229         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
230         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.DarkSlateGray
231         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
232         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
233         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
234         Me.dgw.RowHeadersWidth =
25
235         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
236         DataGridViewCellStyle4.BackColor = System.Drawing.Color.White
237         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
238         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
239         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White
240         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle4
241         Me.dgw.RowTemplate.Height =
18
242         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
243         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
244         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
245         Me.dgw.Size = New System.Drawing.Size(
734, 441)
246         Me.dgw.TabIndex =
40
247         
'
248         
'Panel2
249         
'
250         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
251         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
252         Me.Panel2.Controls.Add(Me.lblSet)
253         Me.Panel2.Controls.Add(Me.Label1)
254         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
255         Me.Panel2.Name =
"Panel2"
256         Me.Panel2.Size = New System.Drawing.Size(
901, 62)
257         Me.Panel2.TabIndex =
0
258         
'
259         
'Label1
260         
'
261         Me.Label1.AutoSize = True
262         Me.Label1.BackColor = System.Drawing.Color.Transparent
263         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
264         Me.Label1.ForeColor = System.Drawing.Color.White
265         Me.Label1.Location = New System.Drawing.Point(
288, 18)
266         Me.Label1.Name =
"Label1"
267         Me.Label1.Size = New System.Drawing.Size(
234, 24)
268         Me.Label1.TabIndex =
0
269         Me.Label1.Text =
"List Of Attendance Entry"
270         
'
271         
'lblSet
272         
'
273         Me.lblSet.AutoSize = True
274         Me.lblSet.Location = New System.Drawing.Point(
77, 25)
275         Me.lblSet.Name =
"lblSet"
276         Me.lblSet.Size = New System.Drawing.Size(
23, 13)
277         Me.lblSet.TabIndex =
47
278         Me.lblSet.Text =
"Set"
279         Me.lblSet.Visible = False
280         
'
281         
'frmAttendanceEntryRecord
282         
'
283         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
284         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
285         Me.BackColor = System.Drawing.Color.DarkSlateGray
286         Me.ClientSize = New System.Drawing.Size(
945, 643)
287         Me.Controls.Add(Me.Panel1)
288         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
289         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
290         Me.MaximizeBox = False
291         Me.MinimizeBox = False
292         Me.Name =
"frmAttendanceEntryRecord"
293         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
294         Me.Panel1.ResumeLayout(False)
295         Me.groupBox3.ResumeLayout(False)
296         Me.groupBox3.PerformLayout()
297         Me.groupBox5.ResumeLayout(False)
298         Me.groupBox5.PerformLayout()
299         Me.Panel5.ResumeLayout(False)
300         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
301         Me.Panel2.ResumeLayout(False)
302         Me.Panel2.PerformLayout()
303         Me.ResumeLayout(False)
304
305     End Sub
306     Friend WithEvents Panel1 As System.Windows.Forms.Panel
307     Friend WithEvents dgw As System.Windows.Forms.DataGridView
308     Friend WithEvents Panel2 As System.Windows.Forms.Panel
309     Friend WithEvents Label1 As System.Windows.Forms.Label
310     Friend WithEvents Panel5 As System.Windows.Forms.Panel
311     Friend WithEvents btnClose As System.Windows.Forms.Button
312     Friend WithEvents btnReset As System.Windows.Forms.Button
313     Friend WithEvents btnExportExcel As System.Windows.Forms.Button
314     Friend WithEvents groupBox5 As System.Windows.Forms.GroupBox
315     Friend WithEvents groupBox3 As System.Windows.Forms.GroupBox
316     Friend WithEvents DateTo As System.Windows.Forms.DateTimePicker
317     Friend WithEvents DateFrom As System.Windows.Forms.DateTimePicker
318     Friend WithEvents label7 As System.Windows.Forms.Label
319     Friend WithEvents label9 As System.Windows.Forms.Label
320     Friend WithEvents txtStaffName As System.Windows.Forms.TextBox
321     Friend WithEvents Button1 As System.Windows.Forms.Button
322     Friend WithEvents lblSet As System.Windows.Forms.Label
323
324 End Class


Gõ tìm kiếm nhanh...